home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / mxutil / tspak17 / raw2wav.mak < prev    next >
Text File  |  1994-06-12  |  395b  |  11 lines

  1. RAW2WAV.ASM converts an 8-bit unsigned headerless PCM sound file to RIFF
  2. WAVE format by attaching a header and renaming the file.  8-bit raw sound
  3. files are created by MultiPlayer when converting from music module format.
  4. The original raw file is overwritten to save disk space.  See TSPAK.DOC
  5. for details.
  6.  
  7. To make the program, type:
  8.  
  9.   A86 RAW2WAV.ASM
  10.  
  11. RAW2WAV.COM will be produced.